The Dreamweaver JavaScript API > Keyboard functions > dom.nextParagraph()

 

dom.nextParagraph()

Availability

Dreamweaver 3.0

Description

Moves the insertion point to the beginning of the next paragraph (or skips multiple paragraphs if nTimes is greater than 1).

Arguments

{nTimes}, {bShiftIsDown}

nTimes is the number of paragraphs ahead the insertion point should jump. If this argument is omitted, the default is 1.
bShiftIsDown is a Boolean value indicating whether to extend the selection. If this argument is omitted, the default is false.

Returns

Nothing.

Enabler

None.